home *** CD-ROM | disk | FTP | other *** search
- inherited frmReboot: TfrmReboot
- Left = 573
- Top = 233
- HelpContext = 83
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlTop: TPanel
- inherited lblCommandName: TLabel
- Caption = ''
- end
- inherited memActionDesc: TMemo
- Lines.Strings = (
-
- 'Closes Windows and restarts the computer. Windows 95/98/ME supp' +
- 'orts '
- 'restarting the current machine only. ')
- end
- end
- inherited pnlCenter: TPanel
- inherited pgcControlPage: TPageControl
- inherited tbsAM5Main: TTabSheet
- object GroupBox1: TGroupBox
- Left = 8
- Top = 27
- Width = 453
- Height = 170
- TabOrder = 3
- object lblTimeOut: TLabel
- Left = 29
- Top = 80
- Width = 403
- Height = 13
- AutoSize = False
- Caption = 'Shut down &after: '
- FocusControl = edtDelay
- end
- object lblSeconds: TLabel
- Left = 233
- Top = 103
- Width = 137
- Height = 13
- AutoSize = False
- Caption = 'seconds'
- end
- object lblMessage: TLabel
- Left = 29
- Top = 123
- Width = 400
- Height = 13
- AutoSize = False
- Caption = '&Message to display in the shut down dialog box:'
- FocusControl = edtMessage
- end
- object Label1: TLabel
- Left = 10
- Top = 16
- Width = 100
- Height = 13
- Caption = '&Computer to restart:'
- FocusControl = edtComputer
- end
- object edtDelay: TEdit
- Left = 29
- Top = 96
- Width = 197
- Height = 21
- TabOrder = 2
- OnExit = edtDelayExit
- end
- object edtMessage: TEdit
- Left = 29
- Top = 139
- Width = 410
- Height = 21
- TabOrder = 3
- OnExit = edtDelayExit
- end
- object cbPrompt: TCheckBox
- Left = 10
- Top = 61
- Width = 413
- Height = 17
- Caption = '&Prompt user to log off'
- TabOrder = 1
- OnClick = cbPromptClick
- end
- object edtComputer: TEdit
- Left = 10
- Top = 32
- Width = 429
- Height = 21
- TabOrder = 0
- end
- end
- object cbForce: TCheckBox
- Left = 8
- Top = 202
- Width = 439
- Height = 17
- Caption = '&Force the system to restart without notifying applications'
- TabOrder = 4
- end
- object cbContinue: TCheckBox
- Left = 234
- Top = 2
- Width = 251
- Height = 17
- Caption = '&Continue task after restart'
- TabOrder = 1
- Visible = False
- end
- object rdoRemote: TRadioButton
- Left = 16
- Top = 26
- Width = 417
- Height = 17
- Caption = 'Restart a &remote computer (Not supported on Windows 95/98/ME)'
- TabOrder = 2
- OnClick = rdoRemoteClick
- end
- object rdoLocal: TRadioButton
- Left = 16
- Top = 2
- Width = 209
- Height = 17
- Caption = 'Restart &local machine'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rdoLocalClick
- end
- end
- end
- end
- inherited taclKeyboardTrap: TActionList
- Left = 200
- end
- inherited dxSIBarManager: TdxBarManager
- Categories.ItemsVisibles = (
- 2)
- Categories.Visibles = (
- True)
- PopupMenuLinks = <
- item
- Control = lsvAM5Errors
- PopupMenu = dxCheckPopup
- end>
- Left = 104
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- end
- inherited dxCheckPopup: TdxBarPopupMenu
- ItemLinks = <
- item
- Item = itmCheckAllErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end
- item
- Item = itmCheckNoErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end>
- Left = 136
- end
- inherited IvTranslator1: TIvTranslator
- Left = 232
- end
- object dlgOpen: TOpenDialog
- Left = 168
- Top = 349
- end
- end
-